home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue43 / tooltips / Hints3U.dfm / Hints3U.txt
Encoding:
Text File  |  1999-01-25  |  3.2 KB  |  147 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 106
  4.   BorderStyle = bsSingle
  5.   Caption = 'Hints Example 2'
  6.   ClientHeight = 313
  7.   ClientWidth = 617
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poDefaultPosOnly
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object HSG: THintStringGrid
  17.     Left = 8
  18.     Top = 8
  19.     Width = 185
  20.     Height = 297
  21.     ColCount = 7
  22.     DefaultColWidth = 25
  23.     DefaultRowHeight = 18
  24.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goEditing]
  25.     RowCount = 16
  26.     TabOrder = 0
  27.   end
  28.   object HintDBGrid1: THintDBGrid
  29.     Left = 200
  30.     Top = 8
  31.     Width = 217
  32.     Height = 257
  33.     Hint = '02/02/95 01:05:03'
  34.     DataSource = DataSource1
  35.     TabOrder = 1
  36.     TitleFont.Color = clWindowText
  37.     TitleFont.Height = -11
  38.     TitleFont.Name = 'MS Sans Serif'
  39.     TitleFont.Style = []
  40.   end
  41.   object HintListBox1: THintListBox
  42.     Left = 424
  43.     Top = 8
  44.     Width = 185
  45.     Height = 297
  46.     ItemHeight = 13
  47.     TabOrder = 2
  48.   end
  49.   object chkTitles: TCheckBox
  50.     Left = 272
  51.     Top = 272
  52.     Width = 97
  53.     Height = 17
  54.     Caption = '&Titles'
  55.     State = cbChecked
  56.     TabOrder = 3
  57.     OnClick = chkTitlesClick
  58.   end
  59.   object chkIndicator: TCheckBox
  60.     Left = 272
  61.     Top = 296
  62.     Width = 97
  63.     Height = 17
  64.     Caption = '&Indicator'
  65.     State = cbChecked
  66.     TabOrder = 4
  67.     OnClick = chkIndicatorClick
  68.   end
  69.   object Table1: TTable
  70.     Active = True
  71.     DatabaseName = 'DBDEMOS'
  72.     TableName = 'customer.db'
  73.     Left = 256
  74.     Top = 80
  75.     object Table1CustNo: TFloatField
  76.       Alignment = taLeftJustify
  77.       DisplayWidth = 6
  78.       FieldName = 'CustNo'
  79.       DisplayFormat = 'CN 0000'
  80.       MaxValue = 9999.000000000000000000
  81.       MinValue = 1000.000000000000000000
  82.     end
  83.     object Table1Company: TStringField
  84.       DisplayWidth = 18
  85.       FieldName = 'Company'
  86.       Size = 30
  87.     end
  88.     object Table1Addr1: TStringField
  89.       DisplayWidth = 14
  90.       FieldName = 'Addr1'
  91.       Size = 30
  92.     end
  93.     object Table1Addr2: TStringField
  94.       DisplayWidth = 12
  95.       FieldName = 'Addr2'
  96.       Size = 30
  97.     end
  98.     object Table1City: TStringField
  99.       DisplayWidth = 9
  100.       FieldName = 'City'
  101.       Size = 15
  102.     end
  103.     object Table1State: TStringField
  104.       DisplayWidth = 6
  105.       FieldName = 'State'
  106.     end
  107.     object Table1Zip: TStringField
  108.       DisplayWidth = 11
  109.       FieldName = 'Zip'
  110.       Size = 10
  111.     end
  112.     object Table1Country: TStringField
  113.       DisplayWidth = 17
  114.       FieldName = 'Country'
  115.     end
  116.     object Table1Phone: TStringField
  117.       DisplayWidth = 15
  118.       FieldName = 'Phone'
  119.       Size = 15
  120.     end
  121.     object Table1FAX: TStringField
  122.       DisplayWidth = 13
  123.       FieldName = 'FAX'
  124.       Size = 15
  125.     end
  126.     object Table1TaxRate: TFloatField
  127.       DisplayWidth = 10
  128.       FieldName = 'TaxRate'
  129.       DisplayFormat = '0.00%'
  130.       MaxValue = 100.000000000000000000
  131.     end
  132.     object Table1Contact: TStringField
  133.       DisplayWidth = 17
  134.       FieldName = 'Contact'
  135.     end
  136.     object Table1LastInvoiceDate: TDateTimeField
  137.       DisplayWidth = 21
  138.       FieldName = 'LastInvoiceDate'
  139.     end
  140.   end
  141.   object DataSource1: TDataSource
  142.     DataSet = Table1
  143.     Left = 288
  144.     Top = 176
  145.   end
  146. end
  147.